home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / grep.zip / GREP < prev    next >
Text File  |  1993-01-04  |  235b  |  12 lines

  1. grep.obj:   grep.c grep.h
  2.    tcc -c grep
  3.  
  4. getfnl.obj:  getfnl.c
  5.    tcc -c getfnl
  6.  
  7. strbpl.obj:  strbpl.c
  8.    tcc -c strbpl
  9.  
  10. grep.exe:  grep.obj getfnl.obj strbpl.obj
  11.    tlink \tcheader\c0s grep getfnl strbpl,grep,,\tclibs\cs
  12.